[HVM] Place all APIC registers into one page in native format.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 2 Aug 2006 09:07:03 +0000 (10:07 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 2 Aug 2006 09:07:03 +0000 (10:07 +0100)
commit50b3cef2eecb02429356b1d8e7a766d5e98f3c2a
tree361a000207f5145064d1acf5a381a9556d90ac56
parent0496f983a21720b7f59ee7243316b1e2e4cdf5b8
[HVM] Place all APIC registers into one page in native format.
With this change we can re-use code at include/asm-x86/apicdef.h,
making the code much cleaner. Also it help for future enhancement.

This patch does not change any logic except the change to
CONTROL_REG_ACCESS_NUM, which should be 0xf for CR8 access.

Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com
xen/arch/x86/hvm/i8259.c
xen/arch/x86/hvm/svm/intr.c
xen/arch/x86/hvm/vioapic.c
xen/arch/x86/hvm/vlapic.c
xen/arch/x86/hvm/vmx/io.c
xen/arch/x86/hvm/vmx/vmx.c
xen/include/asm-ia64/vmx_platform.h
xen/include/asm-x86/hvm/support.h
xen/include/asm-x86/hvm/vlapic.h
xen/include/asm-x86/hvm/vmx/vmx.h